home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 07 - 1991 / 07.05 May 91 / Two Editors / editor2 / editor2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-03-22  |  271 b   |  13 lines  |  [TEXT/MPS ]

  1. class TEditor : public TApplication {
  2. public:
  3.     TTEView                *fTEView;
  4.     TStdPrintHandler    *fStdPrintHandler;
  5.     TWindow                *fWindow;
  6.     
  7.     pascal TEditor(OSType itsMainFileType);
  8.     pascal void HandleFinderRequest();
  9. #ifdef qDebug
  10.     virtual pascal void IdentifySoftware();
  11. #endif
  12. };
  13.